projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2deedc3
)
`:='-style assignments are not portable
author
Sven Neumann
<sven@gimp.org>
Wed, 9 Jul 2008 13:24:52 +0000
(13:24 +0000)
committer
Sven Neumann
<neo@src.gnome.org>
Wed, 9 Jul 2008 13:24:52 +0000
(13:24 +0000)
2008-07-09 Sven Neumann <sven@gimp.org>
* babl/base/Makefile.am: `:='-style assignments are not portable
svn path=/trunk/; revision=349
ChangeLog
patch
|
blob
|
history
babl/base/Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 0b6cc4c39928ca3825770af538d12f7fda4054fa..ba6d491cb9b1f34d4089b5a762a848dd4919352b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-07-09 Sven Neumann <sven@gimp.org>
+
+ * babl/base/Makefile.am: `:='-style assignments are not portable
+
2008-07-04 Sven Neumann <sven@gimp.org>
* extensions/Makefile.am: also use AM_CPPFLAGS and CPPFLAGS for
diff --git
a/babl/base/Makefile.am
b/babl/base/Makefile.am
index 4fda1ba7f6e0a53d6ce64cf2dffd8da1d3706566..4d85c5041d09da98472eef480eeb5031d1077aa5 100644
(file)
--- a/
babl/base/Makefile.am
+++ b/
babl/base/Makefile.am
@@
-18,7
+18,7
@@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/babl
noinst_LTLIBRARIES= libbase.la
libbase_la_SOURCES= $(h_sources) $(c_sources)
-EXTRA_DIST
:=
\
+EXTRA_DIST
=
\
rgb-constants.h \
util.h